home *** CD-ROM | disk | FTP | other *** search
/ Robotics & Artificial Int…3 (Professional Edition) / Robotics & Artificial Intelligence Tools 2003 (Professional Edition).iso / neural network tool and application / nsinstall.exe / data1.cab / Demos_Files / Unsupervised_Learning / Superfluous PE's.nsm < prev    next >
Encoding:
Text File  |  2002-03-08  |  1.7 KB  |  52 lines

  1. subtitleTextBox. setText ("")
  2. mainTextBox. setText ("")
  3.  
  4. function. setOffset ( 0.000000 )
  5.  
  6. activeInputProbe. setXMinScale ( -1.500000 )
  7. activeInputProbe. setXMaxScale ( 1.500000 )
  8. activeInputProbe. setYMinScale ( -1.500000 )
  9. activeInputProbe. setYMaxScale ( 1.500000 )
  10.  
  11. outputAxon. setRows ( 3 )
  12.  
  13. activeInputProbe. setBroadcast ( TRUE )
  14. activeInputProbe. setDotSize ( 4 )
  15. activeInputProbe. setBroadcast ( FALSE )
  16. activeInputProbe. setActiveChannel ( 1 )
  17. activeInputProbe. setDotSize ( 1 ) 
  18.  
  19. activeBreadboard. lockWindowUpdate()
  20.  
  21. activeBreadboard. setAnimatePoint ( 620 , 100 )
  22. activeBreadboard. stampAndMove ( "TextBoxEngine" , "editTitle" )
  23. editTitle. setTransparent ( TRUE )
  24. editTitle. setBorderType ( 0 )
  25. editTitle. setPosition ( 0 )
  26. editTitle. setPadding ( 1 )
  27. editTitle. setFontSize ( 18 )
  28. editTitle. setBold ( TRUE )
  29. editTitle. setAutosize ( TRUE )
  30. editTitle. setText ("# of PE's")
  31.  
  32. activeBreadboard. setAnimatePoint ( 635 , 120 )
  33. activeBreadboard. stampAndMove ( "EditEngine" , "editEngine" )
  34. editEngine. setPosition ( 0 )
  35. editEngine. setPadding ( 3 )
  36. editEngine. setFontSize ( 18 )
  37. editEngine. setItalic ( TRUE )
  38. editEngine. setColor ( 255 , 0 , 0 )
  39. editEngine. setAutosize ( TRUE )
  40. editEngine. setText ("3")
  41.  
  42. activeBreadboard. unlockWindowUpdate()
  43.  
  44. activeBreadboard. select ( NULL , FALSE )
  45.  
  46. EditMacroPath = macro. pathFromMacro ( "Edit number of PE's.nsm" )
  47. editEngine. setMacroPath ( EditMacroPath )
  48. NextMacroPath = macro. pathFromMacro ( "Conscience.nsm" )
  49. nextButton. setMacroPath ( NextMacroPath )
  50. SubtitleIndex = subtitleTextBox. setTextFromFile (TextBoxPath, SubtitleIndex)
  51. MainIndex = mainTextBox. setTextFromFile (TextBoxPath, MainIndex)
  52.